projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9a6314
)
* lisp/url-url-parse.el (url-generic-parse-url): Unquote macro URL argument.
author
Mark Oteiza
<mvoteiza@udel.edu>
Thu, 6 Oct 2016 02:52:20 +0000
(22:52 -0400)
committer
Mark Oteiza
<mvoteiza@udel.edu>
Thu, 6 Oct 2016 02:52:20 +0000
(22:52 -0400)
lisp/url/url-parse.el
patch
|
blob
|
history
diff --git
a/lisp/url/url-parse.el
b/lisp/url/url-parse.el
index 6e51b35f5a1ebbe4e997cd6d8761af528500811b..2800caf3043035aa15087789d4e18e113941f4dd 100644
(file)
--- a/
lisp/url/url-parse.el
+++ b/
lisp/url/url-parse.el
@@
-224,7
+224,7
@@
parses to
fragment nil full))))))
(defmacro url-bit-for-url (method lookfor url)
- `(let* ((urlobj (url-generic-parse-url url))
+ `(let* ((urlobj (url-generic-parse-url
,
url))
(bit (funcall ,method urlobj))
(methods (list 'url-recreate-url
'url-host))